Vcenter NamespaceManagement Networks Edges Foundation Syslog
A Vcenter NamespaceManagement Networks Edges Foundation Syslog configuration defines how logs are exported using the syslog protocol.
This schema was added in vSphere API 9.0.0.0.
{
"endpoint": "string",
"certificate_authority_pem": "string"
}
FQDN or IP address of the remote syslog server taking the form protocol://hostname|ipv4|ipv6[:port]
. The syslog protocol defaults to tcp.
This property was added in vSphere API 9.0.0.0.
If missing or null
logs will be persisted locally.
The Certificate Authority certificate can be provided in PEM format to validate the Vcenter NamespaceManagement Networks Edges Foundation Syslog.endpoint when using a TLS protocol.
This property was added in vSphere API 9.0.0.0.
If missing or null
no validation will be performed.